-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#76] Moved functionality from Artifact class to ArtifactCommand class. #80
[#76] Moved functionality from Artifact class to ArtifactCommand class. #80
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
==========================================
+ Coverage 22.87% 32.21% +9.34%
==========================================
Files 7 6 -1
Lines 529 537 +8
==========================================
+ Hits 121 173 +52
+ Misses 408 364 -44 ☔ View full report in Codecov by Sentry. |
src/app.php
Outdated
|
||
$application = new Application(); | ||
|
||
$command = new ArtifactCommand(); | ||
$git = new GitArtifactGit(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please move this into the ArtifactCommand class
please do not modify this file - it is a standard entrypoint
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @AlexSkrypnyk
I have reverted to standard entry point.
Checklist before requesting a review
closes #76
[#123] Verb in past tense with dot at the end.
Changed
section about WHY something was done if this was not a normal implementationChanged
Screenshots